home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / hypercar / educatio / xochstck.sit / Xochi Stack 1.0 / card_10007.txt < prev    next >
Encoding:
Text File  |  1992-09-29  |  1.8 KB  |  92 lines

  1. -- card: 10007 from stack: in.0
  2. -- bmap block id: 10358
  3. -- flags: 0000
  4. -- background id: 2584
  5. -- name: Xochi on Base Back View
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=174 top=0 right=221 bottom=328
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: B: Xochi Back View
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect dissolve fast
  23.   go to card "Xochi Back View"
  24. end mouseUp
  25.  
  26.  
  27.  
  28.  
  29. -- part 3 (button)
  30. -- low flags: 00
  31. -- high flags: 0000
  32. -- rect: left=171 top=220 right=342 bottom=341
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: B: Base Back View
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   visual effect dissolve fast
  44.   go to card "Base Back View"
  45. end mouseUp
  46.  
  47.  
  48.  
  49.  
  50. -- part 4 (button)
  51. -- low flags: 00
  52. -- high flags: 2000
  53. -- rect: left=452 top=290 right=322 bottom=486
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 1012 / 1012
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Return Button
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   visual effect dissolve fast to black
  65.   visual effect dissolve fast
  66.   go card "Xochi Stack 1.0"
  67. end mouseUp
  68.  
  69.  
  70.  
  71.  
  72.  
  73. -- part 5 (button)
  74. -- low flags: 00
  75. -- high flags: 2000
  76. -- rect: left=436 top=269 right=283 bottom=500
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 0 / 0
  79. -- text alignment: 1
  80. -- font id: 0
  81. -- text size: 12
  82. -- style flags: 0
  83. -- line height: 16
  84. -- part name: B: Rotate
  85. ----- HyperTalk script -----
  86. on mouseUp
  87.   visual effect dissolve fast
  88.   go card "Xochi on Base 3/4 View"
  89. end mouseUp
  90.  
  91.  
  92.